IpsecProcess is the process that handles IPSec.
More...
IpsecProcess is the process that handles IPSec.
◆ addCryptoMapSetByNameSeq()
| void IpsecProcess::addCryptoMapSetByNameSeq |
( |
string |
, |
|
|
int |
|
|
) |
| |
Adds a crypto map set with the specified name and sequence number.
- Parameters
-
| name,the | name of the crypto map set. |
| sequence,the | sequence number of the crypto map set. |
◆ addCryptoMapSetByNameSeqV6()
| void IpsecProcess::addCryptoMapSetByNameSeqV6 |
( |
string |
, |
|
|
int |
|
|
) |
| |
Adds a crypto map set with the specified name and sequence number.
- Parameters
-
| name,the | name of the crypto map set. |
| sequence,the | sequence number of the crypto map set. |
◆ addTransformSetByName()
| void IpsecProcess::addTransformSetByName |
( |
string |
| ) |
|
Adds a transform set with the specified name.
- Parameters
-
| name,the | name for the transform set. |
◆ addTunnelGrpByName()
| void IpsecProcess::addTunnelGrpByName |
( |
string |
| ) |
|
Adds a Tunnel Group with the specified name.
- Parameters
-
| name,the | name for the Tunnel Group . |
◆ getCryptoMapSetAt()
Returns the crypto map set at the specified index.
- Parameters
-
| index,the | index of the crypto map set of interest. |
- Returns
- CryptoMapSet, the CryptoMapSet object at the specified index.
◆ getCryptoMapSetCount()
| int IpsecProcess::getCryptoMapSetCount |
( |
| ) |
|
Returns the number of crypto map sets.
- Returns
- int, the number of crypto map sets.
◆ getCryptoMapSetV6At()
Returns the crypto map set at the specified index.
- Parameters
-
| index,the | index of the crypto map set of interest. |
- Returns
- CryptoMapSet, the CryptoMapSet object at the specified index.
◆ getCryptoMapSetV6Count()
| int IpsecProcess::getCryptoMapSetV6Count |
( |
| ) |
|
Returns the number of crypto map sets.
- Returns
- int, the number of crypto map sets.
◆ getGlobalLifeTime()
| int IpsecProcess::getGlobalLifeTime |
( |
| ) |
|
Returns the global lifetime for encryption.
- Returns
- int, the global lifetime for encryption.
◆ getIkePolicyAt()
| IkePolicy IpsecProcess::getIkePolicyAt |
( |
int |
| ) |
|
Returns IKE policy at the specified index.
- Parameters
-
| index,the | index of the IKE policy of interest. |
- Returns
- IkePolicy, the IkePolicy object at the specified index.
◆ getIkePolicyCount()
| int IpsecProcess::getIkePolicyCount |
( |
| ) |
|
Returns the number of IKE policies.
- Returns
- int, the number of IKE policies.
◆ getTransformSetAt()
Returns the transform set at the specified index.
- Parameters
-
| index,the | index of the transform set of interest. |
- Returns
- TransformSet, the TransformSet object at the specified index.
◆ getTransformSetbyName()
Returns the transform set with the specified name.
- Parameters
-
| name,the | name of the transform set of interest. |
- Returns
- TransformSet, the TransformSet object with the specified name.
◆ getTransformSetCount()
| int IpsecProcess::getTransformSetCount |
( |
| ) |
|
Returns the number of transform sets.
- Returns
- int, the number of transform sets.
◆ getTunnelGrpAt()
Returns Tunnel Group at the specified index.
- Parameters
-
| index,the | index of the Tunnel Group of interest. |
- Returns
- Tunnel Group, the Tunnel Group object at the specified index.
◆ getTunnelGrpByName()
| TunnelGroup IpsecProcess::getTunnelGrpByName |
( |
string |
| ) |
|
gets the tunnel group with the specified name.
- Parameters
-
| name,the | name for the tunnelGroup. |
◆ getTunnelGrpCount()
| int IpsecProcess::getTunnelGrpCount |
( |
| ) |
|
Returns the number of Tunnel Group.
- Returns
- int, the number of Tunnel Group.
◆ isTransformSetUsedByMap()
| bool IpsecProcess::isTransformSetUsedByMap |
( |
string |
| ) |
|
Returns true if the specified transform set is used by the crypto map, otherwise false.
- Parameters
-
| name,the | name of the transform set of interest. |
- Returns
- bool, true if the specified transform set is used by the crypto map, otherwise false.
◆ removeTransformSetByName()
| void IpsecProcess::removeTransformSetByName |
( |
string |
| ) |
|
Removes the transform set with the specified name.
- Parameters
-
| name,the | name for the transform set. |
◆ removeTunnelGrpByName()
| void IpsecProcess::removeTunnelGrpByName |
( |
string |
| ) |
|
Removes the Tunnel Group with the specified name.
- Parameters
-
| name,the | name for the Tunnel Group. |
◆ setGlobalLifeTime()
| void IpsecProcess::setGlobalLifeTime |
( |
int |
| ) |
|
Sets the global lifetime for encryption.
- Parameters
-
| lifetime,the | global lifetime for encryption. |
The documentation for this class was generated from the following file: